'Declaration Public Function New( _
ByVal imageThe image, where text must be recognized.As Vintasoft.Imaging.VintasoftImage, _
ByVal ocrEngineSettingsThe OCR engine settings.As OcrEngineSettings, _
ByVal imageRegionsThe image regions, where text must be recognized.As System.Collections.Generic.IEnumerable(Of ImageRegion) _
)
public ImageOcrRecognitionSettings(
Vintasoft.Imaging.VintasoftImage image,
OcrEngineSettings ocrEngineSettings,
System.Collections.Generic.IEnumerable<ImageRegion> imageRegions
)
public: ImageOcrRecognitionSettings(
Vintasoft.Imaging.VintasoftImage* image,
OcrEngineSettings* ocrEngineSettings,
System.Collections.Generic.IEnumerable<ImageRegion*>* imageRegions
)
public:
ImageOcrRecognitionSettings(
Vintasoft.Imaging.VintasoftImage^ image,
OcrEngineSettings^ ocrEngineSettings,
System.Collections.Generic.IEnumerable<ImageRegion^>^ imageRegions
)
Parameters
- image
- The image, where text must be recognized.
- ocrEngineSettings
- The OCR engine settings.
- imageRegions
- The image regions, where text must be recognized.